home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Comms & Internet / MeowScript 1.1 / MeowScript readme! < prev   
Text File  |  1999-11-20  |  2KB  |  59 lines

  1. MeowScript 1.1
  2. By Stefan Möller
  3.  
  4. What is it?
  5. MeowScript is a very simple Ircle AppleScript. It does /away, /back, aliases and nick completion. It's my first AppleScript, but well, it can only get bigger and better. :)
  6.  
  7. How do I use it?
  8. Drop the script in your Ircle "Scripts" folder, then type "/load meowscript". If you want, you can make Ircle automatically load the script at startup, in Preferences.
  9.  
  10. How does it work?
  11. There are six commands:
  12.  
  13. /away <message>
  14. ... will show that you're away, in all channels on all connections.
  15.  
  16. /back <message>
  17. ... will show that you're back, in all channels on all connection. It will also show the time you were gone.
  18.  
  19. /awaymessage <message>
  20. ... will set the standard awaymessage, by default "is away". If this is empty, nothing will be displayed in the channels when you do /away.
  21.  
  22. /backmessage <message>
  23. ... will set the standard backmessage, by default "has returned". If this is empty, nothing will be displayed in the channels when you do /back.
  24.  
  25. /help <command>
  26. ... will display help for the command you gave as argument. If no argument, a list of commands is displayed.
  27.  
  28. /alias
  29. Lists, adds or removes aliases, depending on how you use the command.
  30.  
  31. /alias
  32. ... will list all aliases.
  33.  
  34. /alias <new alias name> <new alias content>
  35. .. will create a new alias with the specified name (which must be one word).
  36.  
  37. /alias -<alias to be removed>
  38. .. will remove the specified alias.
  39.  
  40. Besides that, MeowScript will expand nicknames for you. Typing this:
  41.  
  42. Stef: Hey man!
  43.  
  44. ... in a channel where there is someone with the nick "Stefan", will result in this line:
  45.  
  46. Stefan: Hey man!
  47.  
  48. If no nickname starting with what you typed before the colon (":") was found, the script will try to find any matching nickname. If several nicknames match, the first match will be the one expanded.
  49.  
  50. Simple, but I could not find another script that did it this way...
  51.  
  52. What's with the silly name?
  53. I'm getting cats in the very near future...
  54.  
  55. This IS for free, right?
  56. Yes, of course. :-)
  57.  
  58. How can I reach you?
  59. stefan@spectrografx.com